STDesignIr constructor
const
STDesignIr({
- required String variableName,
- required String extensionName,
- required STColorsIr colors,
- String? partOf,
- STRadiusIr? radius,
- STTypographyIr? typography,
- STComponentsIr? components,
- List<
STExtraIr> extras = const [],
Implementation
const STDesignIr({
required this.variableName,
required this.extensionName,
required this.colors,
this.partOf,
this.radius,
this.typography,
this.components,
this.extras = const [],
});