FastPadding24 constructor

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

Implementation

const FastPadding24({
  super.key,
  required super.child,
  super.padding = kFastEdgeInsets24,
});