IntExtension<T> extension

on

Properties

digits List<int>

Available on int, provided by the IntExtension extension

Returns a list of digits.
no setter
height SizedBox

Available on int, provided by the IntExtension extension

no setter
length int

Available on int, provided by the IntExtension extension

Returns the number of digits.
no setter
width SizedBox

Available on int, provided by the IntExtension extension

no setter

Methods

isDivisibleBy(int divider) bool

Available on int, provided by the IntExtension extension

isDivisibleByAll(List<int> dividers) bool

Available on int, provided by the IntExtension extension

Checks if divisible by all dividers.
twoDigits() String

Available on int, provided by the IntExtension extension