FastPadding constructor
const
FastPadding({
- Key? key,
- required Widget child,
- required EdgeInsets padding,
Implementation
const FastPadding({
Key? key,
required this.child,
required this.padding,
}) : super(key: key);