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