FastPadding12 constructor

const FastPadding12({
  1. Key? key,
  2. required Widget child,
  3. EdgeInsets padding = kFastEdgeInsets12,
})

Implementation

const FastPadding12({
  super.key,
  required super.child,
  super.padding = kFastEdgeInsets12,
});