PreferredSize constructor Null safety
Creates a widget that has a preferred size that the parent can query.
Implementation
const PreferredSize({
super.key,
required this.child,
required this.preferredSize,
});
Creates a widget that has a preferred size that the parent can query.
const PreferredSize({
super.key,
required this.child,
required this.preferredSize,
});