Flutter custom selection toolbar

Kristian Tuusjarvi
3 min readMay 19, 2021

Introduction

A while back I needed to implement a custom option for text selection toolbar. What is a text selection toolbar you might ask? It is the options- box that is shown when highlighting text:

Text selection toolbar by default.

What I needed was a custom button that could execute a custom action on the selected text.

--

--