outlinedButtonStyle2 top-level property

ButtonStyle outlinedButtonStyle2
getter/setter pair

Implementation

var outlinedButtonStyle2 = ButtonStyle(
  shape: WidgetStateProperty.all(roundedBorderAppBar),
);