floatingCursorAddedMargin property Null safety

EdgeInsets floatingCursorAddedMargin
read / write

The padding applied to text field. Used to determine the bounds when moving the floating cursor.

Defaults to a padding with left, top and right set to 4, bottom to 5.

Implementation

EdgeInsets floatingCursorAddedMargin;