ChatKeyboardSafeAreaDataView constructor

const ChatKeyboardSafeAreaDataView({
  1. Key? key,
  2. dynamic safeAreaBottom(
    1. double
    )?,
})

Implementation

const ChatKeyboardSafeAreaDataView({
  super.key,
  this.safeAreaBottom,
});