width property

double width
final

The length of the tile. On vertical displays this usually is MediaQuery.of(context).size.width. Must exceed or be equal to slideButtonWidth * actions.length.

Implementation

final double width;