ButtonBinding

typealias ButtonBinding = Pair<Button, () -> Command>

Type alias for a Pair consisting of a Button and a command supplier function.