compactInt static method
Implementation
static CompactIntLayout compactInt(IntegerLayout layout, {String? property}) {
return CompactIntLayout(layout, property: property);
}
static CompactIntLayout compactInt(IntegerLayout layout, {String? property}) {
return CompactIntLayout(layout, property: property);
}