title component
This commit is contained in:
		
							parent
							
								
									ae5fc1304a
								
							
						
					
					
						commit
						2fdd0a4d66
					
				
					 1 changed files with 23 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -400,11 +400,30 @@ class _EmailViewState extends State<EmailView> {
 | 
			
		|||
      appBar: AppBar(
 | 
			
		||||
        title: Text(widget.name),
 | 
			
		||||
      ),
 | 
			
		||||
      body: HtmlElementView(
 | 
			
		||||
        key: iframeKey,
 | 
			
		||||
        viewType: iframeKey.toString(), 
 | 
			
		||||
      body: Column( 
 | 
			
		||||
        children: [
 | 
			
		||||
          // Container(
 | 
			
		||||
          //   color: Colors.amber,
 | 
			
		||||
          //   child: Text(
 | 
			
		||||
          //     widget.from ,),
 | 
			
		||||
          // ),
 | 
			
		||||
          Row(
 | 
			
		||||
            children: [
 | 
			
		||||
                Text(
 | 
			
		||||
                widget.subject,
 | 
			
		||||
                style: TextStyle(fontSize: 30),
 | 
			
		||||
                ),
 | 
			
		||||
            ],
 | 
			
		||||
          ),
 | 
			
		||||
          Expanded(
 | 
			
		||||
            child: HtmlElementView(
 | 
			
		||||
              key: iframeKey,
 | 
			
		||||
              viewType: iframeKey.toString(), 
 | 
			
		||||
        // 'html-view33',
 | 
			
		||||
      ),
 | 
			
		||||
            ),
 | 
			
		||||
          )
 | 
			
		||||
        ],
 | 
			
		||||
      )
 | 
			
		||||
    );
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue