width property

double? width
final

The width of the card as a fraction of screen width.

For example, 0.5 means the card will take up half the screen width. If null, defaults to 1.0 (full screen width).

Implementation

final double? width;