ExpandedSpacer constructor
const
ExpandedSpacer({
- Key? key,
return Expanded(child: SizedBox())
Implementation
const ExpandedSpacer({Key? key}) : super(key: key);
return Expanded(child: SizedBox())
const ExpandedSpacer({Key? key}) : super(key: key);