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