withPadding method
- EdgeInsets value
Replaces TextAnnotationDefaults.padding with value.
Implementation
TextAnnotationDefaults withPadding(EdgeInsets value) =>
copyWith(padding: value);
Replaces TextAnnotationDefaults.padding with value.
TextAnnotationDefaults withPadding(EdgeInsets value) =>
copyWith(padding: value);