CheckmarkThemeData constructor
const
CheckmarkThemeData({})
Creates a theme data that can be used for CheckmarkThemeData.
Implementation
const CheckmarkThemeData({
this.curve = Curves.linear,
this.duration = const Duration(milliseconds: 200),
this.color = Colors.black,
this.weight,
this.size,
this.autoSize = true,
this.rounded = false,
this.drawCross = false,
this.drawDash = true,
});