width property

double? width
final

The width of the header. If the width is not provided, a width is calculated based on the contents of the header. If the calculated width is less than the minWidth, then the minWidth is applied

Implementation

final double? width;