FixedTableSize constructor

const FixedTableSize(
  1. double value
)

Creates a FixedTableSize with the specified pixel value.

Implementation

const FixedTableSize(this.value);