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