menu
ella package
documentation
math/Size.dart
Size
toAttributeString method
toAttributeString method
dark_mode
light_mode
toAttributeString
method
String
toAttributeString
(
)
Size to attribute string
Implementation
String toAttributeString() { return "${width.round()}x${height.round()}"; }
ella package
documentation
math/Size
Size
toAttributeString method
Size class