defaultAcceptButtonStyle property
ButtonStyle
get
defaultAcceptButtonStyle
Implementation
static ButtonStyle get defaultAcceptButtonStyle => ElevatedButton.styleFrom(
backgroundColor: Colors.blue,
foregroundColor: Colors.white,
);