buttonStrokeWidth property

double? get buttonStrokeWidth

Border width of the buttons. Defaults to 1.

Implementation

double? get buttonStrokeWidth => _map["buttonStrokeWidth"] as double?;
set buttonStrokeWidth (double? value)

Border width of the buttons. Defaults to 1.

Implementation

set buttonStrokeWidth(double? value) => _map["buttonStrokeWidth"] = value;