KeyboardSizeProvider constructor

KeyboardSizeProvider({
  1. Widget child = const SizedBox(),
  2. double smallSize = 500,
})

Implementation

KeyboardSizeProvider({this.child = const SizedBox(), this.smallSize = 500});