isExpanded property

  1. @override
bool get isExpanded
override

True, if the Mini App is expanded to the maximum available height. False, if the Mini App occupies part of the screen and can be expanded to the full height using the expand() method.

Implementation

@override
bool get isExpanded => true;