You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a customControls property that allows you to define your own control UI. You can create a custom control by removing elements like the progress bar and the +10/-10 buttons.
Take MaterialControls as an example — it contains a method called Widget _buildHitArea() {}, which is where the +10 and -10 buttons are defined. You can simply remove those components from this method to exclude them from the UI.
The text was updated successfully, but these errors were encountered: