outlinedButtonStyle top-level property

ButtonStyle outlinedButtonStyle
getter/setter pair

Implementation

var outlinedButtonStyle = ElevatedButton.styleFrom(
  foregroundColor: Colors.white, shape: roundedBorderAppBar,
  side: borderSideAppBar,
);