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