Figma2Flutter class
Methods
-
fontSize(double value)
→ double
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
paddingAll(double value)
→ EdgeInsetsGeometry
-
-
paddingOnly({double left = 0, double top = 0, double right = 0, double bottom = 0})
→ EdgeInsetsGeometry
-
-
paddingSymmetric({double vertical = 0, double horizontal = 0})
→ EdgeInsetsGeometry
-
-
px(double value, Axis axisDirection)
→ double
-
-
spacer(double value, Axis axisDirection)
→ Widget
-
-
style({Color? color, Color? backgroundColor, double? fontSize, FontWeight? fontWeight, FontStyle? fontStyle, String? fontFamily, String? googleFont, double? letterSpacing, double? wordSpacing, TextBaseline? textBaseline, double? height, Locale? locale, Paint? foreground, Paint? background, List<Shadow>? shadows, List<FontFeature>? fontFeatures, TextDecoration? decoration, Color? decorationColor, TextDecorationStyle? decorationStyle, double? decorationThickness, TextOverflow? overflow})
→ TextStyle
-
-
toString()
→ String
-
A string representation of this object.
inherited