width property

double? width
final

The attribute is declaring a final variable named "width" of type double with a nullable value. width attribute define the toast width

Implementation

final double? width;