kBaseButtonStyle top-level property
Implementation
ButtonStyle kBaseButtonStyle = ButtonStyle(
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
minimumSize: WidgetStateProperty.all(Size.zero),
padding: WidgetStateProperty.all(EdgeInsets.zero),
shadowColor: WidgetStateProperty.all(Colors.transparent),
elevation: WidgetStateProperty.all(0),
splashFactory: NoSplash.splashFactory,
overlayColor: WidgetStateProperty.all(Colors.transparent),
shape: WidgetStateProperty.all(RoundedRectangleBorder(borderRadius: BorderRadius.circular(0))),
backgroundColor: WidgetStateProperty.all(Colors.transparent),
);