|
|
@ -126,6 +126,7 @@ class _InputComment extends State<InputComment> { |
|
|
|
), |
|
|
|
), |
|
|
|
if (widget.isKeyBoardShow) |
|
|
|
if (widget.isKeyBoardShow) |
|
|
|
GestureDetector( |
|
|
|
GestureDetector( |
|
|
|
|
|
|
|
behavior: HitTestBehavior.opaque, |
|
|
|
onTap: () { |
|
|
|
onTap: () { |
|
|
|
var commentText = widget.commentTextController.text; |
|
|
|
var commentText = widget.commentTextController.text; |
|
|
|
if (commentText.trim() == "") { |
|
|
|
if (commentText.trim() == "") { |
|
|
@ -134,7 +135,7 @@ class _InputComment extends State<InputComment> { |
|
|
|
widget.queryMemberComment(commentText); |
|
|
|
widget.queryMemberComment(commentText); |
|
|
|
}, |
|
|
|
}, |
|
|
|
child: Container( |
|
|
|
child: Container( |
|
|
|
padding: EdgeInsets.symmetric(horizontal: 20.w), |
|
|
|
padding: EdgeInsets.symmetric(horizontal: 20.w,vertical:15.h), |
|
|
|
child: Text( |
|
|
|
child: Text( |
|
|
|
S.of(context).fasong, |
|
|
|
S.of(context).fasong, |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|