padding property

EdgeInsets? padding
final

Padding around the controls.

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

Implementation

final EdgeInsets? padding;