compactBigint static method

CompactBigIntLayout compactBigint(
  1. BigIntLayout layout, {
  2. String? property,
})

Implementation

static CompactBigIntLayout compactBigint(BigIntLayout layout,
    {String? property}) {
  return CompactBigIntLayout(layout, property: property);
}