setPreferredWidth method

PreferredSize setPreferredWidth(
  1. double width, {
  2. Key? key,
})

Implementation

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