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