Iosish constructor

Iosish(
  1. BuildContext _context
)

Implementation

Iosish(this._context)
    : _statusBarHeight = MediaQuery.of(_context).padding.top;