arrayElementWidth property

int? get arrayElementWidth

Element width for arrays, or null if not an array.

Implementation

int? get arrayElementWidth => logicType?['elementWidth'] as int?;