getFillColor method

Color getFillColor(
  1. BuildContext context
)

Implementation

Color getFillColor(BuildContext context) {
  return this.smooth == true ? Colors.transparent : getThemeColor(context);
}