outlinedButtonStyleByApp top-level property

ButtonStyle outlinedButtonStyleByApp
getter/setter pair

Implementation

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