withPadding method

AnnotationStyle withPadding(
  1. EdgeInsets value
)

Replaces AnnotationStyle.padding with value.

Implementation

AnnotationStyle withPadding(EdgeInsets value) => copyWith(padding: value);