setPreferredWidth method
Implementation
PreferredSize setPreferredWidth(double width, {Key? key}) =>
PreferredSize(preferredSize: Size.fromWidth(width), child: this);
PreferredSize setPreferredWidth(double width, {Key? key}) =>
PreferredSize(preferredSize: Size.fromWidth(width), child: this);