width property

double? width
final

a nullable width that you can use to declare the width of grid container, if null it will following the parent width

Implementation

final double? width;