padding property

EdgeInsets? padding
final

Padding around the controls.

  • Default: EdgeInsets.zero
  • FullScreen: MediaQuery.of(context).padding

NOTE: In fullscreen, this will be safe area (set padding to EdgeInsets.zero to disable safe area)

Implementation

final EdgeInsets? padding;