KSize class
Constructors
-
KSize({required EdgeInsets padding, required double buttonTextSize, required double buttonIconSize, required double buttonHeight, required EdgeInsets buttonPadding, required BoxShadow boxShadow, required BorderRadius borderRadius, required FontWeight fontWeight, required double textSize, required double titleSize, required double iconSize, required double elevation, required Divider divider})
-
Methods
-
add({EdgeInsets? padding, double? buttonIconSize, double? buttonTextSize, double? buttonHeight, EdgeInsets? buttonPadding, BoxShadow? boxShadow, BorderRadius? borderRadius, FontWeight? fontWeight, double? textSize, double? titleSize, double? iconSize, Divider? divider, double? elevation})
→ KSize
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited