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