keylineColor method

  1. @override
Color keylineColor(
  1. BuildContext context, {
  2. Map<String, dynamic>? extraInfo,
})
override

Implementation

@override
Color keylineColor(BuildContext context, {Map<String, dynamic>? extraInfo}) {
  return showKeylines(context) ? HexColor.fromHex('#28282a') : Colors.transparent;
}