FastPadding8 constructor
const
FastPadding8({
- Key? key,
- required Widget child,
- EdgeInsets padding = kFastEdgeInsets8,
Implementation
const FastPadding8({
super.key,
required super.child,
super.padding = kFastEdgeInsets8,
});