outlinedButtonStyle top-level property
Implementation
var outlinedButtonStyle = ElevatedButton.styleFrom(
foregroundColor: Colors.white, shape: roundedBorderAppBar,
side: borderSideAppBar,
);
var outlinedButtonStyle = ElevatedButton.styleFrom(
foregroundColor: Colors.white, shape: roundedBorderAppBar,
side: borderSideAppBar,
);