margin property

  1. @Deprecated("Since there is an issue with the margin because it's around each item, we use [spaceBetween] from now on.")
EdgeInsetsGeometry? margin
final

margin around the text fields

Implementation

@Deprecated(
    "Since there is an issue with the margin because it's around each item, we use [spaceBetween] from now on.")
final EdgeInsetsGeometry? margin;