canExpand property

(bool Function(T)?) canExpand
final

If the card can take up the screen and go passed its bounds

Implementation

final bool Function(T)? canExpand;