InteractableSvg.string constructor
const
InteractableSvg.string({
- Key? key,
- required String svgAddress,
- required dynamic onChanged(
- Region? region
- double? width,
- double? height,
- Color? strokeColor,
- double? strokeWidth,
- Color? selectedColor,
- Color? dotColor,
- String? unSelectableId,
- bool? centerDotEnable,
- bool? centerTextEnable,
- TextStyle? centerTextStyle,
- bool? toggleEnable,
- bool? isMultiSelectable,
Implementation
const InteractableSvg.string(
{Key? key,
required this.svgAddress,
required this.onChanged,
this.width,
this.height,
this.strokeColor,
this.strokeWidth,
this.selectedColor,
this.dotColor,
this.unSelectableId,
this.centerDotEnable,
this.centerTextEnable,
this.centerTextStyle,
this.toggleEnable,
this.isMultiSelectable})
: _isFromWeb = false,
_isString = true,
fileName = "",
super(key: key);