kDefaultActionIndicatorInset top-level constant
Default inset for the action indicator
Implementation
const kDefaultActionIndicatorInset = EdgeInsets.symmetric(
vertical: 12.0,
horizontal: 8.0,
);
Default inset for the action indicator
const kDefaultActionIndicatorInset = EdgeInsets.symmetric(
vertical: 12.0,
horizontal: 8.0,
);