FloatScaffold constructor Null safety
Implementation
const FloatScaffold({
Key? key,
this.leading,
this.middle,
this.trailing,
}) : super(key: key);
const FloatScaffold({
Key? key,
this.leading,
this.middle,
this.trailing,
}) : super(key: key);