height property

double? height
final

Height not needed if used in Column, listview or any vertical list view. otherwise a height value is needed or it will take all the available height.

Implementation

final double? height;