import 'package:flutter/material.dart'; mixin PageResume on State { void onResume() {} }