|
@@ -85,7 +85,7 @@ class _AIPaintInfoState extends State<AIPaintInfoReslut> {
|
|
|
Widget build(BuildContext context) {
|
|
|
Widget? child;
|
|
|
|
|
|
- if (widget.controller.status == VidPlayStatus.pause) {
|
|
|
+ if (aiPatintController.state.vidStatus == VidPlayStatus.pause) {
|
|
|
child = LayoutBuilder(builder: (context, constraints) {
|
|
|
try {
|
|
|
ifShowAiResult = aiPatintController.onGetAIResultsInfo();
|