NOTESCREEN_MODE_VIEW-constant.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
  7. <meta name="description" content="API docs for the NOTESCREEN_MODE_VIEW constant from the note library, for the Dart programming language.">
  8. <title>NOTESCREEN_MODE_VIEW constant - note library - Dart API</title>
  9. <link rel="preconnect" href="https://fonts.gstatic.com">
  10. <link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">
  11. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  12. <link rel="stylesheet" href="../static-assets/github.css">
  13. <link rel="stylesheet" href="../static-assets/styles.css">
  14. <link rel="icon" href="../static-assets/favicon.png">
  15. </head>
  16. <body data-base-href="../"
  17. data-using-base-href="false">
  18. <div id="overlay-under-drawer"></div>
  19. <header id="title">
  20. <button id="sidenav-left-toggle" type="button">&nbsp;</button>
  21. <ol class="breadcrumbs gt-separated dark hidden-xs">
  22. <li><a href="../index.html">trpp</a></li>
  23. <li><a href="../screens_note/screens_note-library.html">note</a></li>
  24. <li class="self-crumb">NOTESCREEN_MODE_VIEW constant</li>
  25. </ol>
  26. <div class="self-name">NOTESCREEN_MODE_VIEW</div>
  27. <form class="search navbar-right" role="search">
  28. <input type="text" id="search-box" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
  29. </form>
  30. </header>
  31. <main>
  32. <div id="dartdoc-sidebar-left" class="sidebar sidebar-offcanvas-left">
  33. <header id="header-search-sidebar" class="hidden-l">
  34. <form class="search-sidebar" role="search">
  35. <input type="text" id="search-sidebar" autocomplete="off" disabled class="form-control typeahead" placeholder="Loading search...">
  36. </form>
  37. </header>
  38. <ol class="breadcrumbs gt-separated dark hidden-l" id="sidebar-nav">
  39. <li><a href="../index.html">trpp</a></li>
  40. <li><a href="../screens_note/screens_note-library.html">note</a></li>
  41. <li class="self-crumb">NOTESCREEN_MODE_VIEW constant</li>
  42. </ol>
  43. <h5>note library</h5>
  44. <ol>
  45. <li class="section-title"><a href="../screens_note/screens_note-library.html#classes">Classes</a></li>
  46. <li><a href="../screens_note/AddNoteScreen-class.html">AddNoteScreen</a></li>
  47. <li><a href="../screens_note/AddNoteScreenState-class.html">AddNoteScreenState</a></li>
  48. <li><a href="../screens_note/CustomTextField-class.html">CustomTextField</a></li>
  49. <li><a href="../screens_note/EditScreen-class.html">EditScreen</a></li>
  50. <li><a href="../screens_note/MicrophoneButton-class.html">MicrophoneButton</a></li>
  51. <li><a href="../screens_note/ReadingTextField-class.html">ReadingTextField</a></li>
  52. <li><a href="../screens_note/ViewScreen-class.html">ViewScreen</a></li>
  53. <li class="section-title"><a href="../screens_note/screens_note-library.html#constants">Constants</a></li>
  54. <li><a href="../screens_note/NOTESCREEN_MODE_EDIT-constant.html">NOTESCREEN_MODE_EDIT</a></li>
  55. <li><a href="../screens_note/NOTESCREEN_MODE_VIEW-constant.html">NOTESCREEN_MODE_VIEW</a></li>
  56. </ol>
  57. </div><!--/.sidebar-offcanvas-left-->
  58. <div id="dartdoc-main-content" class="main-content">
  59. <div><h1><span class="kind-top-level-property">NOTESCREEN_MODE_VIEW</span> top-level constant </h1></div>
  60. <section class="multi-line-signature">
  61. <span class="returntype"><a href="https://api.flutter.dev/flutter/dart-core/bool-class.html">bool</a></span>
  62. const <span class="name ">NOTESCREEN_MODE_VIEW</span>
  63. </section>
  64. <section class="summary source-code" id="source">
  65. <h2><span>Implementation</span></h2>
  66. <pre class="language-dart"><code class="language-dart">const bool NOTESCREEN_MODE_VIEW = false;</code></pre>
  67. </section>
  68. </div> <!-- /.main-content -->
  69. <div id="dartdoc-sidebar-right" class="sidebar sidebar-offcanvas-right">
  70. </div><!--/.sidebar-offcanvas-->
  71. </main>
  72. <footer>
  73. <span class="no-break">
  74. trpp
  75. 2.0.0+2
  76. </span>
  77. </footer>
  78. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  79. <script src="../static-assets/typeahead.bundle.min.js"></script>
  80. <script src="../static-assets/highlight.pack.js"></script>
  81. <script src="../static-assets/script.js"></script>
  82. </body>
  83. </html>