def text(view=nil)
      value = if @text.respond_to?(:call)
        view.instance_exec(&@text)
      else
        @text