padding property

EdgeInsetsGeometry? padding
final

The CupertinoSegmentedControl will be placed inside this padding.

Defaults to EdgeInsets.symmetric(horizontal: 16.0)

Implementation

final EdgeInsetsGeometry? padding;