FastPadding8 constructor

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

Implementation

const FastPadding8({
  super.key,
  required super.child,
  super.padding = kFastEdgeInsets8,
});