isWindowResizable property

Future<bool> get isWindowResizable

Implementation

Future<bool> get isWindowResizable async {
  throw UnimplementedError('isWindowResizable has not been implemented.');
}