padding property
Padding around the controls.
- Default:
EdgeInsets.zero - Fullscreen:
MediaQuery.of(context).padding
Implementation
final EdgeInsets? padding;
Padding around the controls.
EdgeInsets.zeroMediaQuery.of(context).paddingfinal EdgeInsets? padding;