sendBtnIcon property

Widget? sendBtnIcon
final

---- EN ----

### Here is the widget that will appear in the submit button #### You can leave it blank and it will use the default send icon

---- AR ----

### هنا الويدجت الذي سوف يظهر في زر الارسال #### بإمكانك تركه فارغا وسوف يستعمل ايقونة الارسال الافتراضية

Implementation

///### Here is the widget that will appear in the submit button

///#### You can leave it blank and it will use the default send icon
///
///
/// <p style="color:#77b4ff;font-size:16;font-weight: bold;">---- AR ----</p>

///### هنا الويدجت الذي سوف يظهر في زر الارسال

///#### بإمكانك تركه فارغا وسوف يستعمل ايقونة الارسال الافتراضية

final Widget? sendBtnIcon;