padding property

EdgeInsets padding
final

The padding between the button's edge and its child.

In a standard Material TextSelectionToolbar, the padding depends on the button's position within the toolbar.

See also:

  • getPadding, which calculates the standard padding based on the button's position.
  • ButtonStyle.padding, which is where this padding is applied.

Implementation

final EdgeInsets padding;